mcp-server
The PortOne MCP Server is a specialized server for PortOne users, enhancing integration and query resolution by leveraging official documentation with large language models. It requires Python 3.12, the UV package manager, and incorporates tools for development, testing, and updating server documents.
What are the system requirements for running the PortOne MCP Server?
You need Python 3.12 or higher and the uv package management tool installed.
How do I update the documentation for the MCP server?
Ensure you have cloned the developers.portone.io and help.portone.io repositories locally, and use the update_docs.py script to refresh the documentation.
Can I use the PortOne MCP Server with different AI tools?
Yes, the server supports integration with various AI tools through MCP configuration, such as Cursor, Windsurf, and Claude Desktop.
How do I test the MCP server?
You can run tests using the command 'uv run pytest' to ensure everything is functioning correctly.
What license is the PortOne MCP Server distributed under?
The server is distributed under the Apache License 2.0.