node-candidate-mcp-server
The Candidate MCP Server Library is a Model Context Protocol-based server designed to integrate with applications to provide access to candidate information such as resumes, LinkedIn profiles, and more. It offers various resource access tools and supports multiple communication transports.
What is the primary purpose of the Candidate MCP Server Library?
The Candidate MCP Server Library is designed to provide LLMs with access to candidate information by integrating into other applications as a library.
Can the Candidate MCP Server be used as a standalone service?
No, it is intended to be used as a library integrated into other applications, not as a standalone service.
What transport types does the Candidate MCP Server support?
The server supports multiple transport types, including STDIO, HTTP, and Streamable HTTP.
What programming language is the Candidate MCP Server Library implemented in?
The library is implemented in TypeScript, providing type safety and a better developer experience.
How can I extend the Candidate MCP Server Library with custom resources?
You can extend the library by creating custom resource classes and binding them to the server instance.