Skip to main content
Glama

QueryNest

by niuzaishu
test_config.py669 B
# -*- coding: utf-8 -*- """集成测试配置""" # 测试实例配置 TEST_INSTANCE_CONFIG = { "instance_name": "local_test", "connection_string": "mongodb://localhost:27017/querynest_test", "database_name": "querynest_test" } # 测试数据 TEST_DATA = { "collections": [ { "name": "test_collection", "documents": [ {"_id": 1, "name": "测试文档1", "type": "test", "status": "active"}, {"_id": 2, "name": "测试文档2", "type": "example", "status": "inactive"}, {"_id": 3, "name": "测试文档3", "type": "demo", "status": "active"} ] } ] }

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/niuzaishu/QueryNest'

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