关于
Oatpp-mcp provides an implementation of Anthropic's Model Context Protocol specifically designed for the Oat++ web framework. It facilitates seamless integration with Large Language Models (LLMs) by enabling developers to expose server features like prompts, resources, and tools to LLMs. With autogeneration capabilities, it creates tools from API controllers to enhance LLM querying. It supports STDIO and HTTP SSE transports.
主要功能
- Implements server features: Prompts, Resources, and Tools.
- Autogenerates tools from ApiController for LLM querying.
- Integrates with the Oat++ web framework.
- 41 GitHub stars
- Supports STDIO and HTTP SSE transports.
- Provides example implementations for quick start.
使用案例
- Connecting C++ RESTful web services with LLMs.
- Exposing server functionality to LLMs through prompts, resources and tools
- Automatically generating tools from API controllers for LLM interaction