Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 2 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
CHANGELOG
=========
# Changelog

0.1
---

* Add Model Context Protocol (MCP) implementation for LLM-application communication
* Add JSON-RPC based protocol handling with `JsonRpcHandler`
* Add three core MCP capabilities:
- Resources: File-like data readable by clients (API responses, file contents)
- Tools: Functions callable by LLMs (with user approval)
- Prompts: Pre-written templates for specific tasks
* Add multiple transport implementations:
- Symfony Console Transport for testing and CLI applications
- Stream Transport supporting Server-Sent Events (SSE) and HTTP streaming
- STDIO transport for command-line interfaces
* Add capability chains for organizing features:
- `ToolChain` for tool management
- `ResourceChain` for resource management
- `PromptChain` for prompt template management
* Add Server component managing transport connections
* Add request/notification handlers for MCP operations
* Add standardized interface enabling LLMs to interact with external systems
* Add support for building LLM "plugins" with extra context capabilities
All notable changes to `mcp/sdk` will be documented in this file.
27 changes: 0 additions & 27 deletions examples/09-standalone-cli/README.md

This file was deleted.

27 changes: 0 additions & 27 deletions examples/09-standalone-cli/composer.json

This file was deleted.

12 changes: 0 additions & 12 deletions examples/09-standalone-cli/example-requests.json

This file was deleted.

35 changes: 0 additions & 35 deletions examples/09-standalone-cli/index.php

This file was deleted.

55 changes: 0 additions & 55 deletions examples/09-standalone-cli/src/Builder.php

This file was deleted.

60 changes: 0 additions & 60 deletions examples/09-standalone-cli/src/ExamplePrompt.php

This file was deleted.

56 changes: 0 additions & 56 deletions examples/09-standalone-cli/src/ExampleResource.php

This file was deleted.

60 changes: 0 additions & 60 deletions examples/09-standalone-cli/src/ExampleTool.php

This file was deleted.

Loading