apple muncy commited on
Commit
d50f701
·
1 Parent(s): bde2083

remove title

Browse files

Signed-off-by: apple muncy <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def read_document(name: str) -> str:
27
  # This would normally read from disk
28
  return f"Content of {name}"
29
 
30
- @mcp.prompt(title="Code Review")
31
  def review_code(code: str) -> str:
32
  return f"Please review this code:\n\n{code}"
33
 
 
27
  # This would normally read from disk
28
  return f"Content of {name}"
29
 
30
+ @mcp.prompt("Code Review")
31
  def review_code(code: str) -> str:
32
  return f"Please review this code:\n\n{code}"
33