Skip to main content
Glama
prompts.ts745 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import { CORE_TOOLS } from "./tools/core.js"; function configurePrompts(server: McpServer) { server.prompt("Projects", "Lists all projects in the Azure DevOps organization.", {}, () => ({ messages: [ { role: "user", content: { type: "text", text: String.raw` # Task Use the '${CORE_TOOLS.list_projects}' tool to retrieve all 'wellFormed' projects in the current Azure DevOps organization. Present the results in alphabetical order in a table with the following columns: Name and ID.`, }, }, ], })); } export { configurePrompts };

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/magemaclean/azure-devops-mcp'

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