Skip to content

Conversation

@simonpcouch
Copy link
Collaborator

Closes #13.

Commit-by-commit diffs should be much clearer than the combined one, as server.R's contents was "switched out".

client <-> proxy <-> server is now client <-> server <-> host.

* Renames `mcp_serve()` to `mcp_host()`
* `the$server_socket` becomes `the$host_socket`
* Renames file `server.R` to `host.R`
* Audits mentions of "server"
* Renames `mcp_proxy()` to `mcp_server()`
* `the$proxy_socket` becomes `the$server_socket`
* Renames file `proxy.R` to `server.R` and analogous test file
* Audits mentions of "proxy"
Co-authored-by: Charlie Gao <53399081+shikokuchuo@users.noreply.github.com>
@simonpcouch
Copy link
Collaborator Author

Thanks, @shikokuchuo!

@simonpcouch simonpcouch merged commit ff9a812 into main May 6, 2025
6 checks passed
@simonpcouch simonpcouch deleted the hosts-13 branch May 6, 2025 15:31
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.

refer to R sessions of interest as "hosts"

3 participants