FrontierAI.Engineer
MCP & Integration

Server Manifest

The server manifest is the structured document an MCP server returns in response to an initialize request. It declares the server's name, version, protocol version compatibility, and the full set of capabilities it supports. The manifest is the first thing the client reads after connecting, and its contents determine which subsequent protocol methods the client will attempt to use. A well-authored manifest includes clear capability flags so that clients can adapt gracefully to partial implementations.