Spaces:
Runtime error
Runtime error
apple muncy
commited on
Commit
·
d50f701
1
Parent(s):
bde2083
remove title
Browse filesSigned-off-by: apple muncy <apple@dell-deb-12-5.local>
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(
|
| 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 |
|