-
Notifications
You must be signed in to change notification settings - Fork 341
Developing a server using ui #1099
-
i have created tools using my REST API endpoints . i want to create a MCP server for this tools using MCP context forge UI . can someone provide documentation steps or help me understand in deeper level.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 5 comments
-
Hello, all you have to do next is create a Virtual Server by selecting which tools you want, and that will generate your virtual MCP server with stdio (via wrapper), SSE and Streamable HTTP endpoints.
Beta Was this translation helpful? Give feedback.
All reactions
-
Got it thanks for your help.
can u let me know why you are using json path filter in the tools screen
Beta Was this translation helpful? Give feedback.
All reactions
-
Hi, it's used for filtering output from the REST API, in case you only want to use a subset of the returned JSON.
Beta Was this translation helpful? Give feedback.
All reactions
-
Can u explain major difference between admin API's and normal API's.
Beta Was this translation helpful? Give feedback.
All reactions
-
Admin APIs are used by the Admin UI and focus on UI related endpoints.
Beta Was this translation helpful? Give feedback.