non-dirty_mcp-client-and-server
0
The MCP Client and Server is designed to connect clients and servers using the Model Context Protocol. It features a note storage system and tools for note management, along with facilities for development and debugging.
MCP Client and Server
Model Context Protocol Client and Server to facilitate communication between clients and servers.
Components
Resources
- Implements a note storage system using a custom
note://
URI scheme. - Each note has a name, description, and a
text/plain
mimetype.
Prompts
- summarize-notes: Summarizes stored notes with an optional style argument for detail level.
Tools
- add-note: Adds a new note to the server, updating server state and notifying clients.
Development
Building and Publishing
- Sync dependencies and update lockfile.
- Build source and wheel distributions.
- Publish to PyPI using credentials.
Debugging
- Use MCP Inspector for debugging with npm.