Skip to main content
Glama

Tecton MCP Server

Official
by tecton-ai
run_integration_tests.py420 B
#!/usr/bin/env python3 """CLI script to run integration tests.""" import sys from pathlib import Path # Add the src directory to Python path src_path = Path(__file__).parent / "src" sys.path.insert(0, str(src_path)) # Add tests directory to Python path tests_path = Path(__file__).parent / "tests" sys.path.insert(0, str(tests_path)) from tests.integration.runner import main if __name__ == "__main__": main()

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tecton-ai/tecton-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server