Overview
what is only_mcp?
only_mcp is a simple implementation of the MCP v0.2 client and server, designed for learning purposes and not intended for production use.
how to use only_mcp?
To use only_mcp, set up the development environment using Docker and follow the developer instructions provided in the repository. You can install pre-commit hooks and manage frontend dependencies as needed.
key features of only_mcp?
- Basic client and server implementation of MCP v0.2
- Support for authenticated tools
- Event IDs for task status polling
- Compatibility with REST APIs and OAuth flows
use cases of only_mcp?
- Learning about the MCP protocol and its implementation.
- Developing and testing applications that require MCP v0.2 functionality.
- Experimenting with authenticated tool integrations.
FAQ from only_mcp?
- Is only_mcp ready for production use?
No, only_mcp is not a complete implementation and is intended for learning and experimentation only.
- What programming language is used in only_mcp?
only_mcp is implemented in Python.
- How can I contribute to the project?
You can contribute by submitting issues or pull requests on the GitHub repository.