Skip to content

Commit f2c802d

Browse files
README for testing
1 parent 26b2654 commit f2c802d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

demo/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,12 @@ To add the server, add the following configuration to your MCP Client's settings
108108
}
109109
}
110110
```
111+
112+
#### Testing the MCP Server
113+
You can test the MCP server by running the following command to start the MCP client:
114+
115+
```shell
116+
php bin/console mcp:client
117+
```
118+
119+
Then, paste `{"method":"tools/list","jsonrpc":"2.0","id":1}` to list the tools available on the MCP server.

0 commit comments

Comments
 (0)