Commit Graph
54 Commits
Author SHA1 Message Date
Tim Jaeryang Baek bcd7ca4d57 Merge pull request #57 from taylorwilsdon/google_pse
feat: Add Google Programmable Search Engine (PSE) Tool Server
2025-09-01 11:52:29 +04:00
Timothy Jaeryang Baek 526027e639 feat: get-tokens-from-cookies 2025-09-01 11:51:46 +04:00
Taylor Wilsdon 089ecbdbbd add Google PSE OpenAPI tool server 2025-07-17 15:04:07 -04:00
Taehong Gu b348055485 Add bitcoin price predictor for external tool server 2025-06-23 21:55:08 +09:00
Timothy Jaeryang Baek 2cc73881eb feat: sql server 2025-06-05 11:37:43 +04:00
Timothy Jaeryang Baek c6a791d1e1 feat: external rag example 2025-06-05 11:03:35 +04:00
Tim Jaeryang Baek 2b7844d634 Merge pull request #37 from x-isopod-x/dev/isopod/summarizer
feat: Summarizer FastAPI tool
2025-04-28 13:06:34 -07:00
Taylor Wilsdon 0c285e8ea3 clean up + trim trailing whitepsace 2025-04-21 14:01:50 -04:00
Taylor Wilsdon fe6db28cfe Add server api key docs 2025-04-21 14:01:43 -04:00
isopod e597b248da Summarizer FastAPI tool 2025-04-20 20:10:56 -04:00
Taylor Wilsdon 49900846d0 refac: reuse shared httpx client and concurrent channel history fetch for major performance gain 2025-04-20 19:51:36 -04:00
Taylor Wilsdon 565a563a77 implement review feedback, add auth, logging, and improve robustness 2025-04-20 19:44:52 -04:00
Taylor Wilsdon 08dff6aaeb cleanup 2025-04-18 10:29:32 -04:00
Taylor Wilsdon e9757341c2 Update readme 2025-04-18 10:19:11 -04:00
Taylor Wilsdon fd91c939f2 Update README.md 2025-04-17 16:17:58 -07:00
Taylor Wilsdon fbd765fa4e stub out readme 2025-04-17 16:00:27 -07:00
Taylor Wilsdon d86da0e399 fix pydantic json schema warnings 2025-04-17 15:59:58 -07:00
Taylor Wilsdon f27804f4f9 fix pydantic json schema warnings 2025-04-17 15:59:49 -07:00
Taylor Wilsdon bd133a7578 stub out readme 2025-04-17 15:42:35 -07:00
Taylor Wilsdon 77ab1cd9ec Slack OpenAPI server 2025-04-17 15:39:27 -07:00
Taylor Wilsdon 90ab5c0686 improve deletion flow with shorter confirmations 2025-04-17 11:44:58 -07:00
Taylor Wilsdon 5478ae007b migrate pending confirmation store to local filestore for persistence between sessions 2025-04-17 11:09:44 -07:00
Taylor Wilsdon 569d8905ef re-implement pending_confirmation 2025-04-17 10:43:48 -07:00
Taylor Wilsdon 8bd8f1d712 fix relative import 2025-04-17 09:32:34 -07:00
Taylor Wilsdon b0b1e6eb6d Implement more reliable mechanism for file delete confirmation 2025-04-17 09:31:57 -07:00
Taylor Wilsdon 2110943fde absolute import for config 2025-04-14 21:30:26 -04:00
Taylor Wilsdon 07be65fcf7 Refactor allowed directories to config.py; implement two-step delete_path with token-based confirmation and pending state; update related models, validation, and error handling 2025-04-14 20:46:53 -04:00
Timothy Jaeryang Baek f9ef958000 Update README.md 2025-04-10 17:55:59 -07:00
Timothy Jaeryang Baek 97e26fe94c doc: readme 2025-04-10 17:55:16 -07:00
Timothy Jaeryang Baek be711eab13 doc: readme 2025-04-10 17:50:51 -07:00
Timothy Jaeryang Baek 81255d55eb feat: get user info server 2025-04-10 17:48:57 -07:00
Tim Jaeryang Baek 0d7cc22555 Merge pull request #24 from taylorwilsdon/weather_server
feat: Add Weather server using free, no API key needed open-meteo.com API
2025-04-08 02:31:23 -07:00
DustyPullRequest 451c207592 Added data persistance to memory server 2025-04-07 14:09:42 -04:00
DustyPullRequest 608ec8fd72 Fixed permissions error when attempting write to /app/memory.json 2025-04-07 13:36:42 -04:00
Taylor Wilsdon 381a4b5e22 Implement support for automatic F/C designation based on location of weather call 2025-04-06 15:08:43 -04:00
Taylor Wilsdon 3a4036caed Add weather server 2025-04-06 14:09:22 -04:00
Taylor Wilsdon e4f51122ec Fix rest of json issues for all routes, implement SuccessResponse so that read calls are not attempted after move file operations 2025-04-06 13:54:11 -04:00
Taylor Wilsdon c0bb3350fb Add search_content, delete_path, move_path and get_metadata routes, return available directories on 403s 2025-04-06 13:42:59 -04:00
Taylor Wilsdon d837001b5d Fix fastapi response to make compatible with open-webui tools use 2025-04-06 13:21:30 -04:00
Vijaykoushik Sekar d2239bbe12 feat: docker support
Adds docker support to the example server.
this allows the example servers to be run in a containerized environment.
2025-04-04 11:46:12 +05:30
Timothy Jaeryang Baek 90467ac22f doc: mcp-proxy readme 2025-03-30 04:52:54 -07:00
Timothy Jaeryang Baek 5cdda3680c refac 2025-03-30 00:40:53 -07:00
Timothy Jaeryang Baek cc1a795cc1 refac: mcp-proxy 2025-03-30 00:28:49 -07:00
Timothy Jaeryang Baek a0fc78963e chore: mcp proxy requirements.txt 2025-03-30 00:15:10 -07:00
Timothy Jaeryang Baek 72681052cd feat: mcp proxy 2025-03-30 00:14:24 -07:00
Timothy Jaeryang Baek d4f7d727e9 refac: git server version 2025-03-28 12:42:22 -07:00
Timothy Jaeryang Baek 768b5f7200 chore: gitignore 2025-03-28 01:51:29 -07:00
Timothy Jaeryang Baek 068f232fad feat: git server 2025-03-28 01:50:06 -07:00
Timothy Jaeryang Baek 37d84e6a97 refac: memory 2025-03-28 01:32:50 -07:00
Timothy Jaeryang Baek 2d4b4756ba fix: memory server schema 2025-03-28 01:30:03 -07:00