MCP Prompt Server

code_review

Analyze and evaluate code for quality, adherence to standards, and potential issues by specifying the programming language and code snippet. Integrates with the MCP Prompt Server for efficient workflows.

Input Schema

NameRequiredDescriptionDefault
codeYes要审查的代码
languageYes编程语言

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "code": { "description": "要审查的代码", "type": "string" }, "language": { "description": "编程语言", "type": "string" } }, "required": [ "language", "code" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Prompt Server

Related Tools

ID: 5xa4y5pbuj