Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
futuresearch
/
futuresearch-python
Public
Notifications
You must be signed in to change notification settings
Fork
7
Star
53
Code
Issues
0
Pull requests
3
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Feat/remote mcp server
- #165
#165
Closed
RafaelPo
wants to merge 24 commits into
main
futuresearch/futuresearch-python:main
from
feat/remote-mcp-server
futuresearch/futuresearch-python:feat/remote-mcp-server
Copy head branch name to clipboard
Conversation
Commits
24
(24)
Checks
Files changed
Closed
Feat/remote mcp server
#165
RafaelPo
wants to merge 24 commits into
main
futuresearch/futuresearch-python:main
from
feat/remote-mcp-server
futuresearch/futuresearch-python:feat/remote-mcp-server
Copy head branch name to clipboard
Commits
Commits on Feb 19, 2026
Add remote MCP server with OAuth 2.1, GCS results, and Redis state
Show description for a4796b8
RafaelPo
and
claude
committed
a4796b8
View commit details
Copy full SHA for a4796b8
Browse repository at this point
Flatten nested objects in results widget using dot notation
Show description for 9887787
RafaelPo
and
claude
committed
9887787
View commit details
Copy full SHA for 9887787
Browse repository at this point
Refactor MCP server: pydantic-settings, extract templates, add input_json to screen/rank
Show description for fc43413
RafaelPo
and
claude
committed
fc43413
View commit details
Copy full SHA for fc43413
Browse repository at this point
Refactor server.py into focused modules and fix multi-pod state bug
Show description for d9d65dd
RafaelPo
and
claude
committed
d9d65dd
View commit details
Copy full SHA for d9d65dd
Browse repository at this point
Clean up result fetching, fix token TTL bug, remove test files
Show description for a3b03db
RafaelPo
and
claude
committed
a3b03db
View commit details
Copy full SHA for a3b03db
Browse repository at this point
Finish ServerState cleanup: lock result_cache access, use is_http helper
Show description for 002df74
RafaelPo
and
claude
committed
002df74
View commit details
Copy full SHA for 002df74
Browse repository at this point
Fix race condition in evict_stale_results and remove private Redis attr access
Show description for 3cfe977
RafaelPo
and
claude
committed
3cfe977
View commit details
Copy full SHA for 3cfe977
Browse repository at this point
Fix basedpyright errors, add per-page GCS caching, move preview_size to pydantic-settings
Show description for d1b997d
RafaelPo
and
claude
committed
d1b997d
View commit details
Copy full SHA for d1b997d
Browse repository at this point
Add missing deploy env vars and make Redis config flexible
Show description for 7095514
RafaelPo
and
claude
committed
7095514
View commit details
Copy full SHA for 7095514
Browse repository at this point
Split server.py into app, tools, and thin entry point
Show description for 6dda4fc
RafaelPo
and
claude
committed
6dda4fc
View commit details
Copy full SHA for 6dda4fc
Browse repository at this point
Push research columns to end in results widget
Show description for e26fc81
RafaelPo
and
claude
committed
e26fc81
View commit details
Copy full SHA for e26fc81
Browse repository at this point
Skip parent-directory check on output_path validation
Show description for 07a6e91
RafaelPo
and
claude
committed
07a6e91
View commit details
Copy full SHA for 07a6e91
Browse repository at this point
Add inline data support to dedupe and merge tools
Show description for 22de038
RafaelPo
and
claude
committed
22de038
View commit details
Copy full SHA for 22de038
Browse repository at this point
Add token-based page_size recommendation for inline results
Show description for 54a1245
RafaelPo
and
claude
committed
54a1245
View commit details
Copy full SHA for 54a1245
Browse repository at this point
Harden auth: rate limiting, canary check, callback race fix, log cleanup
Show description for b02ee3a
RafaelPo
and
claude
committed
b02ee3a
View commit details
Copy full SHA for b02ee3a
Browse repository at this point
Simplify auth: pass Supabase JWT directly, verify via JWKS
Show description for 8554823
RafaelPo
and
claude
committed
8554823
View commit details
Copy full SHA for 8554823
Browse repository at this point
Redesign RESULTS_HTML widget with interactive data explorer
Show description for a4a0923
RafaelPo
and
claude
committed
a4a0923
View commit details
Copy full SHA for a4a0923
Browse repository at this point
Remove dead auth_provider field from ServerState
Show description for 8a4ed03
RafaelPo
and
claude
committed
8a4ed03
View commit details
Copy full SHA for 8a4ed03
Browse repository at this point
Harden auth: async JWKS, real TTLs, httpx reuse, refresh tokens
Show description for 0ffd4d6
RafaelPo
and
claude
committed
0ffd4d6
View commit details
Copy full SHA for 0ffd4d6
Browse repository at this point
Add input_url support for remote CSV loading + widget UX fixes
Show description for ff27b5c
RafaelPo
and
claude
committed
ff27b5c
View commit details
Copy full SHA for ff27b5c
Browse repository at this point
Commits on Feb 20, 2026
Merge origin/main: resolve conflicts, port schema validators
Show description for 8605f1e
RafaelPo
and
claude
committed
8605f1e
View commit details
Copy full SHA for 8605f1e
Browse repository at this point
Remove Helm chart — defer to follow-up PR
Show description for 390c80e
RafaelPo
and
claude
committed
390c80e
View commit details
Copy full SHA for 390c80e
Browse repository at this point
Remove deploy workflow — defer to follow-up PR
Show description for 61819ca
RafaelPo
and
claude
committed
61819ca
View commit details
Copy full SHA for 61819ca
Browse repository at this point
Fix CI: remove unused noqa directives, skip ephemeral session URL
Show description for 5504b5e
RafaelPo
and
claude
committed
5504b5e
View commit details
Copy full SHA for 5504b5e
Browse repository at this point
You can’t perform that action at this time.