-
Notifications
You must be signed in to change notification settings - Fork 44
Add new MCP server - openapi to sdk #59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
x-or-b
wants to merge
89
commits into
microsoft:main
Choose a base branch
from
CDP1-Team4:openapi-to-sdk
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…SDK generation and validation prompts
…iles and configurations
….Shared and McpSamples.OpenApiToSdk.HybridApp
Initialize McpSamples.OpenApiToSdk.HybridApp project with configurations
- Introduced a new plan.md file outlining the features for OpenAPI-based SDK generation. - Enhanced OpenApiService to validate URLs and improve logging during OpenAPI spec downloads. - Updated OpenApiToSdkTool to handle additional options for SDK generation and improved directory management. - Implemented temporary file handling and ZIP compression for generated SDKs.
OpenapiToSDK - Feat/78-local-config
Add SDK generation and validation prompts
…n in Program.cs; update OpenApiToSdkTool for improved functionality
Feat/48-execute-kiota-cli
…nore and configuration files
…r OpenAPI to SDK integration
…nd improve logging
Update README.md to include Kiota as a prerequisite for the OpenAPI to SDK Generator
…ttings - Updated mcp.json to streamline server configuration. - Improved OpenApiToSdkAppSettings with additional runtime properties. - Refined OpenApiToSdkResult to better handle SDK generation outcomes. - Enhanced Program.cs for improved runtime environment detection and settings initialization. - Updated SdkGenerationPrompt to clarify prompt generation for SDKs. - Simplified IOpenApiService and OpenApiService interfaces for better clarity and functionality. - Refactored OpenApiToSdkTool to streamline SDK generation process.
- Change server URL in mcp.json to point to the correct localhost port. - Enhance Dockerfile to include Kiota tool installation and set up workspace directories. - Modify mcp.stdio.container.json to use environment variables for volume mapping. - Update README.md with new Docker run commands reflecting workspace changes. - Add IHttpContextAccessor to OpenApiService for better HTTP context management. - Improve error handling in SDK generation process for missing spec files. - Adjust OpenApiToSdkTool description for additional command line options. -> Successfully generate zip file using Docker.
…zure handling, and update SDK generation prompts
…ariables and improve error messaging for invalid options
…d service classes
Fix/48-execute-kiota
…and consistency in OpenAPI to SDK generation
Refactor SDK generation success message formatting for consistency and clarity
…structions for clarity
Fix/openapi-to-sdk-readme
작동을 위하여 wwwroot 폴더를 추가하였습니다.
Create wwwroot
불필요한 파일을 삭제하였습니다.
Delete openapi-to-sdk/plan.md
…oved structure and clarity
Author
|
@microsoft-github-policy-service agree |
…ations for Azure and local modes.
Add README and refactor runtime settings
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
README updated?
The top-level readme for this repo contains a link to each sample in the repo. If you're adding a new sample did you update the readme?
Other Information