An open API service indexing awesome lists of open source software.

https://github.com/symfony/mcp-sdk

Model Context Protocol SDK for Client and Server applications in PHP
https://github.com/symfony/mcp-sdk

ai llm symfony symfony-ai

Last synced: 6 months ago
JSON representation

Model Context Protocol SDK for Client and Server applications in PHP

Awesome Lists containing this project

README

          

# Model Context Protocol PHP SDK

Model Context Protocol SDK for Client and Server applications in PHP.

**This Component is experimental**.
[Experimental features](https://symfony.com/doc/current/contributing/code/experimental.html)
are not covered by Symfony's
[Backward Compatibility Promise](https://symfony.com/doc/current/contributing/code/bc.html).

## Installation

```bash
composer require symfony/mcp-sdk
```

This is a low level SDK that implements the [Model Context Protocol](https://modelcontextprotocol.io/)
(MCP). The protocol is used by LLM model to build "plugins" and give them extra
context. Example the logged in users' latest order.

**This repository is a READ-ONLY sub-tree split**. See
https://github.com/symfony/ai to create issues or submit pull requests.

## Resources

- [Documentation](doc/index.rst)
- [Report issues](https://github.com/symfony/ai/issues) and
[send Pull Requests](https://github.com/symfony/ai/pulls)
in the [main Symfony AI repository](https://github.com/symfony/ai)