Skip to main content
Glama
planning.py343 B
from __future__ import annotations from fastapi import APIRouter from schemas import PathRequest, PathResponse from models import path_planning router = APIRouter() @router.post("", response_model=PathResponse, summary="学习路径规划") def recommend_path(payload: PathRequest) -> PathResponse: return path_planning.plan(payload)

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/Eiadrian/educational-mcp'

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