Skip to main content
Glama

CODING DevOps MCP Server

delete.ts648 B
import { CodingConnection } from '../../api/coding_connection.js'; import { CodingDevOpsConfig } from '../../config/environment.js'; import { McpError, ErrorCode } from '../../errors.js'; import { DeleteProjectArgs } from './index.js'; export async function deleteProject(args: DeleteProjectArgs, config: CodingDevOpsConfig) { CodingConnection.initialize(config); const connection = CodingConnection.getInstance(); await connection.deleteProject({ ProjectId: args.projectId }); return { content: [ { type: 'text', text: `Successfully deleted project with ID: ${args.projectId}`, }, ], }; }

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/yupengfei1209/coding_devops_mcp_server'

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