Update mcp_server_main.py
This commit is contained in:
+2
-2
@@ -2479,7 +2479,7 @@ def get_preview_text(markdown_content: str, skip_chars: int = 100, preview_chars
|
|||||||
return preview.strip()
|
return preview.strip()
|
||||||
|
|
||||||
@app.tool(
|
@app.tool(
|
||||||
description="Search Turkish courts (Turkish keywords only). Supports: +term (must have), -term (exclude), \"exact phrase\", term1 OR term2",
|
description="DO NOT USE unless you are ChatGPT Deep Research. Search Turkish courts (Turkish keywords only). Supports: +term (must have), -term (exclude), \"exact phrase\", term1 OR term2",
|
||||||
annotations={
|
annotations={
|
||||||
"readOnlyHint": True,
|
"readOnlyHint": True,
|
||||||
"openWorldHint": True,
|
"openWorldHint": True,
|
||||||
@@ -2612,7 +2612,7 @@ async def search(
|
|||||||
raise
|
raise
|
||||||
|
|
||||||
@app.tool(
|
@app.tool(
|
||||||
description="See docs for details",
|
description="DO NOT USE unless you are ChatGPT Deep Research. Fetch document by ID. See docs for details",
|
||||||
annotations={
|
annotations={
|
||||||
"readOnlyHint": True,
|
"readOnlyHint": True,
|
||||||
"openWorldHint": False, # Retrieves specific documents, not exploring
|
"openWorldHint": False, # Retrieves specific documents, not exploring
|
||||||
|
|||||||
Reference in New Issue
Block a user