You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide a clear and concise description of the changes made in this pull request.
4
+
5
+
Using AI to generate code? Please include a note in the description with which AI tool you used.
6
+
-->
7
+
8
+
**Contributors Checklist**
9
+
<!--
10
+
NOTE:
11
+
1. You must create an issue in the repository before making a Pull Request.
12
+
2. You must not create a Pull Request for an issue that is already assigned to someone else.
13
+
14
+
If you do not follow these steps, your Pull Request will be closed without review.
15
+
-->
16
+
17
+
-[ ] My change is related to issue #(issue number)
18
+
-[ ] I have followed the repository's development workflow
19
+
-[ ] I have tested my changes manually and by adding relevant tests
20
+
-[ ] I have performed all required documentation updates
21
+
22
+
**Review Checklist**
23
+
<!-- Your Pull Request will not be reviewed if tests are failing, you have not self-reviewed your changes, or you have not checked all of the following: -->
Copy file name to clipboardExpand all lines: .github/workflows/marvin-dedupe-issues.yml
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ jobs:
20
20
21
21
steps:
22
22
- name: Checkout repository
23
-
uses: actions/checkout@v4
23
+
uses: actions/checkout@v5
24
24
25
25
- name: Generate Marvin App token
26
26
id: marvin-token
@@ -45,7 +45,7 @@ jobs:
45
45
46
46
4. Next, feed the results from steps 2 and 3 into another agent using the Task tool, so that it can filter out false positives that are likely not actually duplicates of the original issue. If there are no duplicates remaining, do not proceed.
47
47
48
-
5. Finally, comment back on the issue with a list of up to three duplicate issues (or zero, if there are no likely duplicates)
48
+
5. Finally, comment back on the issue with a list of up to three duplicate issues (or zero, if there are no likely duplicates). If there are no duplicates, DO NOT COMMENT. Just exit.
49
49
50
50
Notes for your agents:
51
51
- Use `gh` to interact with GitHub, rather than web fetch
This PR updates the fastmcp.json schema files to match the current source code.
75
+
76
+
The schema is automatically generated from `src/fastmcp/utilities/fastmcp_config/` to ensure consistency.
77
+
78
+
**Note:** This PR is fully automated and will update itself with any subsequent changes to the schema, or close automatically if the schema becomes up-to-date through other means. Feel free to leave it open until you're ready to merge.
📚 Documentation is automatically generated from the source code docstrings and type annotations.
69
60
70
-
🤖 Generated with [Claude Code](https://claude.ai/code)
61
+
**Note:** This PR is fully automated and will update itself with any subsequent changes to the SDK, or close automatically if the documentation becomes up-to-date through other means. Feel free to leave it open until you're ready to merge.
0 commit comments