Oatpp icon

Oatpp

41

Implements Anthropic's Model Context Protocol for Oat++ framework, enabling LLM integration.

Acerca de

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.

Características Principales

  • 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.

Casos de Uso

  • 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