We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a678b71 commit d6e1866Copy full SHA for d6e1866
1 file changed
src/seclab_taskflows/mcp_servers/ghsa.py
@@ -296,12 +296,12 @@ def store_new_ghsa_summary(
296
297
298
@mcp.tool()
299
-def add_ghsa_summary_notes(
+def update_ghsa_summary_notes(
300
owner: str = Field(description="The owner of the GitHub repository"),
301
repo: str = Field(description="The name of the GitHub repository"),
302
summary_notes: str = Field(description="New notes for the advisory summary", default=""),
303
):
304
- """Append notes to the GHSA summary for a repository."""
+ """Update summary notes for the GHSA summary for a repository."""
305
repo_name = process_repo(owner, repo)
306
existing = backend.get_ghsa_summary(repo_name)
307
if not existing:
0 commit comments