-
-
Notifications
You must be signed in to change notification settings - Fork 161
Remote MCP server deployment #2151
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
Open
nesanders
wants to merge
17
commits into
codeforboston:main
Choose a base branch
from
nesanders:mcp-server-deploy
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
8c79030
feat: add AI Research Tools page under Learn menu
nesanders 4d27dfd
feat: add parallel embedding backfill script with exponential backoff
nesanders 91fbbd2
feat: add Dockerfile and Next.js proxy rewrite for MCP server Cloud R…
nesanders 5c36346
feat: add per-token rate limiting and Cloud Run deployment for dev
nesanders 1a3f9e8
feat: implement Option B proxy — Next.js API route forwards to privat…
nesanders 0e5a55a
feat: implement B1 — Firebase Function proxy for MCP server
nesanders 30d8d4f
fix: set MCP_SERVER_URL env var for mcpProxy function on dev
nesanders b027b17
fix: resolve full proxy chain for Firebase Function → Cloud Run MCP. …
nesanders bbce16f
chore: remove debug logging from mcpProxy function
nesanders 9340796
docs: polish AI Research Tools user guide
nesanders 8aa78a7
chore: update lockfiles after google-auth-library install
nesanders 4f45cec
chore: ignore .gcloudignore
nesanders 3704e9e
style: apply Prettier formatting
nesanders c5a753a
chore: gitignore CLAUDE.md (local dev notes)
nesanders 5c5a5d3
chore: merge upstream/main, resolve functions/yarn.lock conflict
nesanders 18682b0
docs: update implementation plan with current architecture and auth f…
nesanders c32d74c
style: apply Prettier formatting to implementation_plan.md
nesanders File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| import { useTranslation } from "next-i18next" | ||
| import { Container, Row, Col } from "../../bootstrap" | ||
| import { Internal } from "../../links" | ||
| import { | ||
| MemberItem, | ||
| Divider, | ||
|
|
@@ -184,6 +185,26 @@ const MapleAI = () => { | |
| </SectionContainer> | ||
| </Col> | ||
| </Row> | ||
| <Row> | ||
| <Col className="py-3"> | ||
| <SectionContainer> | ||
| <SectionTitle className="p-2"> | ||
| Use AI to research MAPLE data | ||
| </SectionTitle> | ||
| <DescrContainer className="py-3 px-4"> | ||
| You can connect AI chat tools like Claude directly to MAPLE's | ||
| database of bills, testimony, and ballot questions. Ask questions | ||
| in plain English and get real-time answers drawn from the full | ||
| legislative record. | ||
| </DescrContainer> | ||
| <DescrContainer className="pb-3 px-4"> | ||
| <Internal href="/learn/ai-tools"> | ||
| Learn how to set up AI research tools with your MAPLE account → | ||
| </Internal> | ||
| </DescrContainer> | ||
| </SectionContainer> | ||
| </Col> | ||
| </Row> | ||
|
Comment on lines
+188
to
+207
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Might be good to move the text from this section into mapleAI.json for translatability. |
||
| </Container> | ||
| ) | ||
| } | ||
|
|
||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: unnecessary period before "Ask". Should be one sentence: "You can connect AI chat tools like Claude directly to MAPLE's database of bills, testimony, and ballot questions, ask question in plain English, and get real-time answers drawn from the full legislative record. "