docs: update documents

This commit is contained in:
Li Xin
2025-05-08 10:14:33 +08:00
parent 2e2fe19c75
commit 98830dbd04
2 changed files with 3 additions and 71 deletions

View File

@@ -18,11 +18,11 @@
## APIs
### Get Information of MCP Server
### Get metadata of MCP Server
**POST /api/mcp/server/metadata**
For stdio type:
For `stdio` type:
```json
{
"transport": "stdio",
@@ -32,7 +32,7 @@ For stdio type:
}
```
For SSE type:
For `sse` type:
```json
{
"transport": "sse",