mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-26 23:51:14 +02:00
feat: register indeed MCP tool
This commit is contained in:
parent
457c073c44
commit
b89fe1a4f0
1 changed files with 4 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
"""Scraper tools: one MCP surface per SurfSense platform capability.
|
"""Scraper tools: one MCP surface per SurfSense platform capability.
|
||||||
|
|
||||||
Web crawl, Google Search, Reddit, YouTube, and Google Maps each get a tool that
|
Web crawl, Google Search, Reddit, YouTube, Google Maps, and Indeed each get a
|
||||||
maps a natural-language request to the workspace's scraper. Two run-history tools
|
tool that maps a natural-language request to the workspace's scraper. Two run-history tools
|
||||||
list and fetch past runs, so a large result truncated inline can be retrieved in
|
list and fetch past runs, so a large result truncated inline can be retrieved in
|
||||||
full later. Each platform lives in its own module under platforms/.
|
full later. Each platform lives in its own module under platforms/.
|
||||||
"""
|
"""
|
||||||
|
|
@ -16,6 +16,7 @@ from . import run_history
|
||||||
from .platforms import (
|
from .platforms import (
|
||||||
google_maps,
|
google_maps,
|
||||||
google_search,
|
google_search,
|
||||||
|
indeed,
|
||||||
instagram,
|
instagram,
|
||||||
reddit,
|
reddit,
|
||||||
tiktok,
|
tiktok,
|
||||||
|
|
@ -31,6 +32,7 @@ _REGISTRARS = (
|
||||||
instagram,
|
instagram,
|
||||||
tiktok,
|
tiktok,
|
||||||
google_maps,
|
google_maps,
|
||||||
|
indeed,
|
||||||
run_history,
|
run_history,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue