summaryrefslogtreecommitdiff
path: root/misc/cpp-mcp/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'misc/cpp-mcp/pkg-descr')
-rw-r--r--misc/cpp-mcp/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/cpp-mcp/pkg-descr b/misc/cpp-mcp/pkg-descr
new file mode 100644
index 000000000000..a3d8abe4f7e9
--- /dev/null
+++ b/misc/cpp-mcp/pkg-descr
@@ -0,0 +1,14 @@
+Model Context Protocol (MCP) is an open protocol that provides a standardized
+way for AI models and agents to interact with various resources, tools, and
+services. This framework implements the core functionality of the MCP
+protocol, conforming to the 2024-11-05 basic protocol specification.
+
+Core Features:
+* JSON-RPC 2.0 Communication: Request/response communication based on JSON-RPC
+ 2.0 standard
+* Resource Abstraction: Standard interfaces for resources such as files,
+ APIs, etc.
+* Tool Registration: Register and call tools with structured parameters
+* Extensible Architecture: Easy to extend with new resource types and tools
+* Multi-Transport Support: Supports HTTP and standard input/output (stdio)
+ communication methods