Skip to content

Commit 696a6f8

Browse files
authored
Merge pull request #383 from hyoshioka0128/patch-37
Update README.md (Table is broken)
2 parents 2b53f11 + a5538e1 commit 696a6f8

File tree

1 file changed

+2
-2
lines changed
  • 10-StreamliningAIWorkflowsBuildingAnMCPServerWithAIToolkit/lab4/code/github_mcp_server

1 file changed

+2
-2
lines changed

10-StreamliningAIWorkflowsBuildingAnMCPServerWithAIToolkit/lab4/code/github_mcp_server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The tool returns a JSON object with:
8686
- `success`: Boolean indicating if the operation was successful
8787
- `message` or `error`: A confirmation message or an error message
8888

89-
## Debug Mode | Description | Steps to debug |
89+
| Debug Mode | Description | Steps to debug |
9090
| ---------- | ----------- | --------------- |
9191
| Agent Builder | Debug the MCP server in the Agent Builder via AI Toolkit. | 1. Open VS Code Debug panel. Select `Debug in Agent Builder` and press `F5` to start debugging the MCP server.<br>2. Use AI Toolkit Agent Builder to test the server with [this prompt](vscode://ms-windows-ai-studio.windows-ai-studio/open_prompt_builder?model_id=github/gpt-4o-mini&system_prompt=You%20are%20a%20weather%20forecast%20professional%20that%20can%20tell%20weather%20information%20based%20on%20given%20location&user_prompt=What%20is%20the%20weather%20in%20Shanghai?&track_from=vsc_md&mcp=github_mcp_server). Server will be auto-connected to the Agent Builder.<br>3. Click `Run` to test the server with the prompt. |
9292
| MCP Inspector | Debug the MCP server using the MCP Inspector. | 1. Install [Node.js](https://nodejs.org/)<br> 2. Set up Inspector: `cd inspector` && `npm install` <br> 3. Open VS Code Debug panel. Select `Debug SSE in Inspector (Edge)` or `Debug SSE in Inspector (Chrome)`. Press F5 to start debugging.<br> 4. When MCP Inspector launches in the browser, click the `Connect` button to connect this MCP server.<br> 5. Then you can `List Tools`, select a tool, input parameters, and `Run Tool` to debug your server code.<br> |
@@ -100,4 +100,4 @@ The tool returns a JSON object with:
100100

101101
## Feedback
102102

103-
If you have any feedback or suggestions for this template, please open an issue on the [AI Toolkit GitHub repository](https://github.com/microsoft/vscode-ai-toolkit/issues)
103+
If you have any feedback or suggestions for this template, please open an issue on the [AI Toolkit GitHub repository](https://github.com/microsoft/vscode-ai-toolkit/issues)

0 commit comments

Comments
 (0)