R/mcp.R
new_server.Rd
Create a new MCP object
new_server( name, description, version, tools = list(), resources = list(), prompts = list() ) new_mcp(...)
Name of the MCP server
Description of the MCP server
Version of the MCP server
List of tools (optional)
List of resources (optional)
List of prompts (optional)
Forwarded to new_server()
new_server()
A new MCP object
mcp <- new_server( name = "My MCP", description = "This is a description", version = "1.0.0" )