Skip to content

Hung1609/autocode_assistant

Repository files navigation

This project is specify for my thesis

Name of author: Aggin

Implement MCP server

  1. Activate the mcp server by running python -m mcp_server.server at module_3 level
  2. Open new VS Code window with mcp-file-agent as the root folder and find "Run and Debug" (Ctrl+Shift+D) and press F5.

If you encounter an error called "npm.ps1 cannot be loaded because running scripts is disabled on this system."

Make sure to change the PowerShell Execution Policy to allow scripts to run:

  • Open PowerShell as Administrator
  • Check Current Policy with "Get-ExecutionPolicy -List"
  • Set Execution Policy for Current User with "Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser"
  1. In the new Extension Development Host window, open the test workspace.
  2. Open Command Pallette(Ctrl+Shift+P)
  3. Type the command title: Start MCP File Agent Chat

Implement A2A_MCP folder

  1. Activate MCP server using: python mcp_servers/file_system_server.py
  2. Activate agents' server using: python -m a2a_servers.agent_servers.specification_agent_server
  3. Activate host agent using: python -m a2a_servers.agent_servers.host_agent_server
  4. Contact the host agent by running: python -m a2a_servers.run_from_local_client

Commit Convention

  1. feature: introduce new feature
  2. fix: fix error
  3. docs: change document like README, ...
  4. test: add or modify test
  5. style: changes related to format, indentation, not related to logic
  6. refactor: changes src code but not affect the logic, usually clean up or rename, ...
  7. performance: optimize performance
  8. revert: revert the previous commit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published