pinescript-mcp-server

pinescript-mcp-server

14

The TradingView PineScript MCP Server is designed to facilitate working with TradingView PineScript through a standardized API. It provides tools for code validation, error correction, and template generation.

What versions of PineScript does the server support?

The server supports multiple versions of PineScript, including v4 and v5.

Can the server fix all types of syntax errors?

The server can automatically fix common syntax errors, but some complex issues may require manual intervention.

How can I contribute to the project?

Contributions are welcome! You can fork the repository, make your changes, and submit a pull request.

Is there a way to test the server?

Yes, you can run tests using the command npm test.

What are the prerequisites for running the server?

You need Node.js 16.x or higher and npm 8.x or higher to run the server.