Skip to main content
Glama
boecht

BitSight Community MCP Server

by boecht
_fastmcp_env.py457 B
"""FastMCP environment helpers.""" from __future__ import annotations import os _OPENAPI_ENV_VAR = "FASTMCP_EXPERIMENTAL_ENABLE_NEW_OPENAPI_PARSER" def enable_new_openapi_parser() -> None: """Force FastMCP to load the modern OpenAPI parser on import.""" os.environ.setdefault(_OPENAPI_ENV_VAR, "true") # Ensure the flag is enabled immediately when the helper is imported. enable_new_openapi_parser() __all__ = ["enable_new_openapi_parser"]

Latest Blog Posts

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/boecht/bitsight-community-mcp-server'

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