Skip to main content
Glama
conftest.py263 B
"""测试配置:确保项目根目录在 Python 搜索路径中。""" from __future__ import annotations import pathlib import sys ROOT_DIR = pathlib.Path(__file__).resolve().parents[1] if str(ROOT_DIR) not in sys.path: sys.path.insert(0, str(ROOT_DIR))

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/yuemingruoan/DeepSearch-MCP'

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