### Summary of the new feature / enhancement As a user I want to be able to manage `mcp.json` using a standard set of commands rather than needing to manually edit the file. ### Proposed technical implementation details (optional) Creation of a set of commands to manage MCP servers in the`mcp.json` file: - `Get-AIShellMCPServer`: List out existing MCP servers. List all by default, or wildcard search by name. - `Add-AIShellMCPServer`: Adds an MCP server to the list - `Remove-AIShellMCPServer`: Removes an MCP server from the list by name - `Set-AIShellMCPServer`: Change values in an existing MCP server Sure there are other commands that could be listed, but this seems like a good start for the basics.
Summary of the new feature / enhancement
As a user I want to be able to manage
mcp.jsonusing a standard set of commands rather than needing to manually edit the file.Proposed technical implementation details (optional)
Creation of a set of commands to manage MCP servers in the
mcp.jsonfile:Get-AIShellMCPServer: List out existing MCP servers. List all by default, or wildcard search by name.Add-AIShellMCPServer: Adds an MCP server to the listRemove-AIShellMCPServer: Removes an MCP server from the list by nameSet-AIShellMCPServer: Change values in an existing MCP serverSure there are other commands that could be listed, but this seems like a good start for the basics.