Skip to content

Commit f949f0c

Browse files
committed
refactor: rename create_protocol to create_blank_protocol for clarity
1 parent 763e1cf commit f949f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/protocols_io_mcp/tools/protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def from_api_response(cls, data: str) -> "ErrorResponse":
9090
)
9191

9292
@mcp.tool()
93-
async def create_protocol() -> Protocol | ErrorResponse:
93+
async def create_blank_protocol() -> Protocol | ErrorResponse:
9494
"""Create a blank new protocol on protocols.io."""
9595
data = {
9696
"type_id": 1,

0 commit comments

Comments
 (0)