mcp-swagger-server/openapis.txt

15 lines
469 B
Plaintext

# OpenAPI 服务配置文件
# 每行一个 OpenAPI 路径或 URL
# 支持本地文件路径和 HTTP URL
# 支持 # 开头的注释行
# 示例:
# http://localhost:3000/openapi.json
# http://localhost:8000/openapi.yaml
# file:///path/to/local/openapi.json
# --------------------------------------
# 在此下方添加你的 API 配置
# --------------------------------------
http://host.docker.internal:3000/openapi.json
http://host.docker.internal:8000/openapi.yaml