We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tsxcorp/nocobase-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•1004 B
# V1 Legacy Archive
⚠️ **DEPRECATED - For Reference Only**
This folder contains legacy V1 page tools that used the old NocoBase UI Schema API.
## Files
- `v1-page-tools.ts` - Legacy page tools (Classic API)
- `v1-templates.ts` - Legacy templates (if exists)
- `v1-index.ts` - Legacy server entry point (if exists)
- `page-tools-v2.bak` - Backup file from development
## Why Archived?
These files are kept for historical reference but are **NOT compiled** or used in the current version (v7.0.0+).
The current version uses:
- Modern FlowModels API
- Simplified naming (no v1/v2 prefix)
- Organized structure in `/tools` folder
## Note
These files may have TypeScript errors because they reference old template functions that no longer exist in the modern `templates.ts`. This is expected and does not affect the build.
## Migration
If you need to reference old V1 functionality, these files are here for comparison. However, all new development should use the modern tools in `src/tools/`.