Coding
PromptBeginner5 minmarkdown
Nano Banana Pro
Agent skill for nano-banana-pro
6
This project is a TypeScript-based Model Context Protocol (MCP) server implementation. Here are the key development guidelines:
Sign in to like and favorite skills
This project is a TypeScript-based Model Context Protocol (MCP) server implementation. Here are the key development guidelines:
anyserver.tool() methodsrc/index.tsFor more information about implementing MCP servers:
npm run dev - Development with hot reloadnpm run build - Compile TypeScriptnpm test - Run testsnpm run lint - Check code stylenpm run format - Format codeconsole.log() in MCP servers (use console.error() for debugging)npm run build:all to verify correctness after changes