Skip to content

Conversation

@pamelafox
Copy link
Contributor

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).

Copy link
Collaborator

@madebygps madebygps left a comment

Choose a reason for hiding this comment

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

lgtm

Copy link
Contributor

Copilot AI left a 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>
Copy link
Contributor

Copilot AI left a 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>
@pamelafox pamelafox merged commit ea7fb18 into Azure-Samples:main Dec 1, 2025
1 check passed
@pamelafox pamelafox deleted the reorg branch December 1, 2025 21:57
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.

2 participants