MCP-Netsuite
2
MCP-Netsuite is a mock Model Context Protocol server designed for Oracle Netsuite. It facilitates testing and development of Netsuite integrations.
MCP-Netsuite
This is an mock MCP server for Oracle Netsuite
Installation
- Clone the repository:
git clone https://github.com/Kkartik14/MCP-Netsuite cd MCP-Netsuite
- Create a virtual environment with uv
uv venv source .venv/bin/activate
- Install Dependencies
uv sync
- Testing the Server
uv run python tests/test_client.py