Skip to content
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

feat: ftl-mcp added for Goose #4786

Merged
merged 5 commits into from
Mar 5, 2025
Merged

feat: ftl-mcp added for Goose #4786

merged 5 commits into from
Mar 5, 2025

Conversation

matt2e
Copy link
Collaborator

@matt2e matt2e commented Mar 5, 2025

  • Adds a MCP server that can be run by Goose or other LLM tools
  • Removes ftl await-summary in favour of a tool that the MCP server provides
    • The functionality can now be found in internal/devstate which is also used by integration tests when waiting for ftl dev to stabilize

@alecthomas alecthomas mentioned this pull request Mar 5, 2025
@matt2e matt2e force-pushed the matt2e/goose/mcp branch from 928bb03 to 56337c0 Compare March 5, 2025 22:50
@matt2e matt2e marked this pull request as ready for review March 5, 2025 23:49
@matt2e matt2e requested review from alecthomas and a team as code owners March 5, 2025 23:49
@matt2e matt2e merged commit 813622a into main Mar 5, 2025
69 checks passed
@matt2e matt2e deleted the matt2e/goose/mcp branch March 5, 2025 23:53
dest="${FTL_DIR}/build/devel"
src="./cmd/${name}"
mkdir -p "$dest"
"${FTL_DIR}/bin/go" build -C "${FTL_DIR}/${src}" -ldflags="-s -w -buildid=" -o "$dest/${name}" . && exec "$dest/${name}" "$@"
Copy link
Collaborator

Choose a reason for hiding this comment

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

This should be a symlink

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