-
Notifications
You must be signed in to change notification settings - Fork 36
Re-organize into "agents" and "servers" folder, update READMEs to match current repo state #8
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
Conversation
madebygps
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request reorganizes the repository structure into separate agents/ and servers/ folders to facilitate independent deployment. The changes include moving Python scripts to their respective folders and updating all documentation and configuration files to reflect the new structure.
Key Changes:
- Separates MCP server implementations into
servers/folder - Moves agent implementations (LangChain, Agent Framework) into
agents/folder - Updates all path references in README files (English and Spanish) and VS Code configuration
- Removes duplicate entry from expenses.csv data file
- Adds visual documentation (server selection and sample query screenshots)
Reviewed changes
Copilot reviewed 5 out of 13 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updated script paths and debugging instructions to reflect new folder structure |
| spanish/README.md | Spanish version updated with new folder structure and improved formatting |
| servers/basic_mcp_stdio.py | MCP server with stdio transport moved to servers folder |
| servers/basic_mcp_http.py | MCP server with HTTP transport moved to servers folder |
| servers/expenses.csv | Fixed duplicate data entry |
| agents/langchainv1_http.py | LangChain HTTP agent moved to agents folder |
| agents/langchainv1_github.py | LangChain GitHub integration moved to agents folder |
| agents/agentframework_learn.py | Agent Framework Learn integration moved to agents folder |
| agents/agentframework_http.py | Agent Framework HTTP integration moved to agents folder |
| .vscode/mcp.json | Configuration updated with new server script paths |
| readme_serverselect.png | New screenshot showing server selection UI |
| readme_samplequery.png | New screenshot showing example query |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 5 out of 13 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Changes as discussed today in call. This will set us up for deploying the servers and agents separately.
I also update README to reflect current organization of repo and remove mention to debug configurations that we removed.
I followed README steps and all seem to work (in VS Code stable at least, my Insiders is a bit borked).