Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Instruction file imported from techriderscommunity/platform-tech-riders (.github/instructions/mcpee-boost-mcpee-cloud--instructions-azure-functions-typescript-instructions-md-740049ac.instructions.md). Copyright stays with the author.
Guidance for Code Generation
Generate modern TypeScript code for Node.js
Use async/await for asynchronous code
Whenever possible, use Node.js v22 LTS built-in modules instead of external packages
Always use Node.js async functions, like node:fs/promises instead of fs to avoid blocking the event loop
Ask before adding any extra dependencies to the project
The API is built using Azure Functions using @azure/functions@4 package.
Each endpoint should have its own function file, and use the following naming convention: src/functions/<resource-name>-<http-verb>.ts
When making changes to the API, make sure to update the OpenAPI schema (if it exists) and README.md file accordingly.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/techriderscommunity-platform-tech-riders-mcpee-boost-mcp-e81c59/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "techriderscommunity-platform-tech-riders-mcpee-boost-mcp-e81c59",
"kind": "skill",
"name": "mcpee-boost-mcpee-cloud--instructions-azure-functions-typescript-instructions-md",
"description": "TypeScript patterns for Azure Functions",
"publisher": "techriderscommunity",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"TypeScript patterns for Azure Functions"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/techriderscommunity/platform-tech-riders",
"path": ".github/instructions/mcpee-boost-mcpee-cloud--instructions-azure-functions-typescript-instructions-md-740049ac.instructions.md",
"ref": "e89a8588827e3e1656e5027a793e7cc97e6afac5",
"url": "https://github.com/techriderscommunity/platform-tech-riders/blob/e89a8588827e3e1656e5027a793e7cc97e6afac5/.github/instructions/mcpee-boost-mcpee-cloud--instructions-azure-functions-typescript-instructions-md-740049ac.instructions.md",
"key": "techriderscommunity/platform-tech-riders/.github/instructions/mcpee-boost-mcpee-cloud--instructions-azure-functions-typescript-instructions-md-740049ac.instructions.md"
},
"applies_to": "**/*.ts, **/*.js, **/*.json"
},
"instructions": "## Guidance for Code Generation\n- Generate modern TypeScript code for Node.js\n- Use `async/await` for asynchronous code\n- Whenever possible, use Node.js v22 LTS built-in modules instead of external packages\n- Always use Node.js async functions, like `node:fs/promises` instead of `fs` to avoid blocking the event loop\n- Ask before adding any extra dependencies to the project\n- The API is built using Azure Functions using `@azure/functions@4` package.\n- Each endpoint should have its own function file, and use the following naming convention: `src/functions/<resource-name>-<http-verb>.ts`\n- When m",
"cost": {
"context_tokens": 178
}
}
Fetch it by URL: GET /api/v1/registry/techriderscommunity-platform-tech-riders-mcpee-boost-mcp-e81c59/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.