Skip to content

Conversation

Yuan325
Copy link
Contributor

@Yuan325 Yuan325 commented Apr 4, 2025

No description provided.

@Yuan325 Yuan325 requested a review from a team as a code owner April 4, 2025 18:06
@Yuan325 Yuan325 merged commit 966700e into mcp Apr 4, 2025
6 checks passed
@Yuan325 Yuan325 deleted the http-rebase branch April 4, 2025 18:12
kurtisvg pushed a commit that referenced this pull request Apr 4, 2025
@@ -101,6 +101,37 @@ func (cfg Config) Initialize(srcs map[string]sources.Source) (tools.Tool, error)
paramManifest = make([]tools.ParameterManifest, 0)
}

// Create parameter manifest
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// Create parameter manifest
// Create MCP parameter manifest

headerMcpManifest.Required,
)

// Concatenate all parameters properties field
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// Concatenate all parameters properties field
// Concatenate MCP parameters properties field

bodyMcpManifest := cfg.BodyParams.McpManifest()
headerMcpManifest := cfg.HeaderParams.McpManifest()

// Concatenate all parameters required field
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C

Suggested change
// Concatenate all parameters required field
// Concatenate MCP required parameters field

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants