.github/skills/mcp-inspector/SKILL.md
MCP Protocol Inspection and Debugging with Inspector CLI
npx skillsauth add adeze/raindrop-mcp mcp-inspectorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Guidelines for using the MCP Inspector tool in CLI mode for protocol inspection, debugging, and tool listing in a VS Code environment.
npx -y @modelcontextprotocol/inspector --helpbun run build or equivalent).Run the following command in your VS Code terminal:
npx -y @modelcontextprotocol/inspector --cli node build/index.js --method tools/list
npx -y @modelcontextprotocol/inspector --cli node build/index.js --method ping
npx -y @modelcontextprotocol/inspector node build/index.js
npx -y @modelcontextprotocol/inspector node build/server.js
tests/inspector.test.ts for examples).tools
# Raindrop.io MCP Server Connect Raindrop.io to your AI assistant with a simple MCP server. Use it to organize, search, and manage bookmarks with natural language. ## Capabilities - **Bookmark Management**: Create, update, and delete collections and bookmarks. - **Search & Filtering**: Advanced search by tags, domain, type, date, and more. - **Tag Management**: List, rename, merge, and delete tags. - **Highlights**: Read and manage highlights from bookmarks. - **Organization**: AI-powered sug
tools
Publishing and release workflow with semantic-release and GitHub Actions
tools
MCP Testing Strategies with Vitest, Inspector, and Integration Tests
tools
Refactoring MCP Tools for Better LLM Integration and Usability