You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-15Lines changed: 2 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,25 +3,12 @@
3
3
The official PHP SDK for Model Context Protocol (MCP). It provides a framework-agnostic API for implementing MCP servers
4
4
and clients in PHP.
5
5
6
-
> [!IMPORTANT]
7
-
> This SDK is currently in active development with ongoing refinement of its architecture and features. While
8
-
> functional, the API may experience changes as we work toward stabilization.
9
-
>
10
-
> If you want to help us stabilize the SDK, please see the [issue tracker](https://github.com/modelcontextprotocol/php-sdk/issues).
11
-
12
6
This project represents a collaboration between [the PHP Foundation](https://thephp.foundation/) and the [Symfony project](https://symfony.com/). It adopts
13
7
development practices and standards from the Symfony project, including [Coding Standards](https://symfony.com/doc/current/contributing/code/standards.html) and the
Until the first major release, this SDK is considered [experimental](https://symfony.com/doc/current/contributing/code/experimental.html).
17
-
18
-
## Roadmap
19
-
20
-
**Features**
21
-
-[ ] Stabilize server component with all needed handlers and functional tests
22
-
-[ ] Extend documentation, including integration guides for popular frameworks
23
-
-[ ] Implement Client component
24
-
-[ ] Support multiple schema versions
10
+
Until the first major release, this SDK is considered [experimental](https://symfony.com/doc/current/contributing/code/experimental.html), please see the [roadmap](./ROADMAP.md) for
0 commit comments