Skip to main content
Glama
stateRoutes.js460 B
const express = require('express'); const stateController = require('../controllers/stateController'); const router = express.Router(); // State routes router.get('/project/:projectId/current', stateController.getCurrentState); router.get('/project/:projectId/history', stateController.getStateHistory); router.get('/project/:projectId/checkpoints', stateController.getCheckpoints); router.get('/:id', stateController.getStateById); module.exports = router;

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/docherty/contextmgr-mcp'

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