Skip to content

Commit bb17565

Browse files
committed
Updated docs outdated by changes
1 parent 0c2e275 commit bb17565

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/migrations/v8_NEW_NETWORKING_SETUP.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,4 +257,5 @@ This was a big change, and it touches all the repo. So a lot of inefficiencies a
257257
- ~~Think about a structure of the MCP server some more. The `tools`, `resources` and `registry` folders make sense, but everything else just forms part of the high level repo. It's growing, so some thought about how we create modules will help with scalability.~~
258258
- This was done, Server folder is much more hierarchical and structured.
259259
- The way we register tools is a good platform for all tools to be defined by C#. Having all tools in the plugin makes it easier for us to maintain, the community to contribute, and users to modify this project to suit their needs. If all tools are registered from the plugin, we can allow users to select the tools they want to use, giving them even more control of their experience.
260-
- Of course, we need some testing of this custom tool architecture to know if it can scale to all tools. Also, custom tool registration is only supported with HTTP, so we'll need to support this feature when the stdio protocol is being used.
260+
- Of course, we need some testing of this custom tool architecture to know if it can scale to all tools. ~~Also, custom tool registration is only supported with HTTP, so we'll need to support this feature when the stdio protocol is being used.~~
261+
- Custom tools now work in both HTTP and stdio transports.

0 commit comments

Comments
 (0)