Skip to content

Commit ed5dd26

Browse files
remove non-working ts mcp server, settle with python variant
1 parent 741cb5c commit ed5dd26

File tree

2 files changed

+4
-63
lines changed

2 files changed

+4
-63
lines changed

src/api/mcp/z3mcp.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
# Evaluate SMT commands
1010
@mcp.tool()
1111
def eval(command : str) -> str:
12-
"""Evaluate an SMTLIB2 Command using Z3"""
12+
"""Evaluate an SMTLIB2 Command using Z3
13+
Whenever you are faced with a problem that can be formulated as SMTLIB2 constraints
14+
always use this function to solve the problem.
15+
"""
1316
return Z3_eval_smtlib2_string(main_ctx().ctx, command)
1417

1518
if __name__ == "__main__":

src/api/mcp/z3mcp.ts

-62
This file was deleted.

0 commit comments

Comments
 (0)