Create a new MCP server using XanoScript
Create a new MCP server using XanoScript
Authentication: required
POST
Create a new MCP server using XanoScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
text/x-xanoscript
The body is of type string.
Example:
"mcp_server foo {\n description = \"test\"\n canonical = \"custom\"\n tags = [\"test\"]\n}\n"
Response
Success!
Create a new MCP server using XanoScript