universal-mcp 0.1.11rc3__py3-none-any.whl → 0.1.13rc1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. universal_mcp/applications/__init__.py +51 -7
  2. universal_mcp/applications/curstdata/README.md +50 -0
  3. universal_mcp/applications/curstdata/__init__.py +0 -0
  4. universal_mcp/applications/curstdata/app.py +551 -0
  5. universal_mcp/applications/falai/app.py +8 -8
  6. universal_mcp/applications/neon/README.md +99 -0
  7. universal_mcp/applications/neon/__init__.py +0 -0
  8. universal_mcp/applications/neon/app.py +1924 -0
  9. universal_mcp/applications/shortcut/README.md +153 -0
  10. universal_mcp/applications/shortcut/__init__.py +0 -0
  11. universal_mcp/applications/shortcut/app.py +3880 -0
  12. universal_mcp/cli.py +109 -17
  13. universal_mcp/integrations/__init__.py +1 -1
  14. universal_mcp/integrations/integration.py +79 -0
  15. universal_mcp/servers/README.md +79 -0
  16. universal_mcp/servers/server.py +17 -29
  17. universal_mcp/stores/README.md +74 -0
  18. universal_mcp/stores/store.py +0 -2
  19. universal_mcp/templates/README.md.j2 +93 -0
  20. universal_mcp/templates/api_client.py.j2 +27 -0
  21. universal_mcp/tools/README.md +86 -0
  22. universal_mcp/tools/tools.py +1 -1
  23. universal_mcp/utils/agentr.py +90 -0
  24. universal_mcp/utils/api_generator.py +166 -208
  25. universal_mcp/utils/openapi.py +221 -321
  26. universal_mcp/utils/singleton.py +23 -0
  27. {universal_mcp-0.1.11rc3.dist-info → universal_mcp-0.1.13rc1.dist-info}/METADATA +16 -41
  28. {universal_mcp-0.1.11rc3.dist-info → universal_mcp-0.1.13rc1.dist-info}/RECORD +30 -17
  29. universal_mcp/applications/hashnode/app.py +0 -81
  30. universal_mcp/applications/hashnode/prompt.md +0 -23
  31. universal_mcp/integrations/agentr.py +0 -112
  32. {universal_mcp-0.1.11rc3.dist-info → universal_mcp-0.1.13rc1.dist-info}/WHEEL +0 -0
  33. {universal_mcp-0.1.11rc3.dist-info → universal_mcp-0.1.13rc1.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,153 @@
1
+
2
+ # Shortcut MCP Server
3
+
4
+ An MCP Server for the Shortcut API.
5
+
6
+ ## Supported Integrations
7
+
8
+ - AgentR
9
+ - API Key (Coming Soon)
10
+ - OAuth (Coming Soon)
11
+
12
+ ## Tools
13
+
14
+ This is automatically generated from OpenAPI schema for the Shortcut API.
15
+
16
+ ## Supported Integrations
17
+
18
+ This tool can be integrated with any service that supports HTTP requests.
19
+
20
+ ## Tool List
21
+
22
+ | Tool | Description |
23
+ |------|-------------|
24
+ | list_categories | Retrieves a list of categories from the API. |
25
+ | create_category | Creates a new category with the specified parameters. |
26
+ | get_category | Fetches a category by its public ID. |
27
+ | update_category | Updates a category with the specified attributes. |
28
+ | delete_category | Deletes a category by its public ID. |
29
+ | list_category_milestones | Lists all milestones associated with a specified category. |
30
+ | list_category_objectives | Fetches and lists objectives for a given category based on its public ID. |
31
+ | list_custom_fields | Retrieves a list of custom fields from the API. |
32
+ | get_custom_field | Retrieves a custom field by its public ID. |
33
+ | update_custom_field | Updates an existing custom field's attributes with the provided values. |
34
+ | delete_custom_field | Deletes a custom field specified by its public identifier. |
35
+ | list_entity_templates | Retrieves a list of entity templates from an API endpoint. |
36
+ | create_entity_template | Creates an entity template with the provided name, story contents, and optional author ID. |
37
+ | disable_story_templates | Disables story entity templates by sending a PUT request to the API endpoint. |
38
+ | enable_story_templates | Enables story templates by making a PUT request to the entity-templates endpoint. |
39
+ | get_entity_template | Retrieves a specific entity template by its public ID. |
40
+ | update_entity_template | Updates an entity template using the provided public ID, optionally setting its name and story contents. |
41
+ | delete_entity_template | Deletes an entity template by its public ID. |
42
+ | get_epic_workflow | Retrieves the epic workflow configuration from the API. |
43
+ | list_epics | Fetches a list of epics from the API. |
44
+ | create_epic | Creates a new epic in the project management system with the specified properties. |
45
+ | get_epic | Fetches an epic by its public ID |
46
+ | update_epic | Updates an epic with the provided details. |
47
+ | delete_epic | Deletes an epic by its public ID. |
48
+ | list_epic_comments | Retrieves a list of comments for a specified epic. |
49
+ | create_epic_comment | Creates a comment on an epic with the specified details. |
50
+ | get_epic_comment | Retrieves a specific comment from an epic by their respective public IDs. |
51
+ | update_epic_comment | Updates the text of an existing comment on a specified epic. |
52
+ | create_epic_comment_comment | Creates a reply to an existing comment on a specified epic, sending the reply to the backend API and returning the created comment data. |
53
+ | delete_epic_comment | Deletes a specific comment from an epic using its public identifiers. |
54
+ | list_epic_stories | Retrieves a list of stories associated with a specific epic. |
55
+ | unlink_productboard_from_epic | Unlinks a ProductBoard integration from an epic in the system. |
56
+ | get_external_link_stories | Retrieves stories associated with an external link. |
57
+ | list_files | Retrieves a list of files from the remote API endpoint. |
58
+ | get_file | Retrieves a file based on its public ID, returning a dictionary containing file information. |
59
+ | update_file | Updates metadata for a file identified by its public ID. |
60
+ | delete_file | Deletes a file identified by a public ID from the server. |
61
+ | list_groups | Retrieves a list of all groups from the API. |
62
+ | create_group | Creates a new group with the specified configuration and returns the group's details. |
63
+ | get_group | Retrieves information about a specific group using its public ID. |
64
+ | update_group | Updates the properties of an existing group by its public ID. |
65
+ | list_group_stories | Retrieves a list of stories from a specific group. |
66
+ | list_iterations | Lists all available iterations from the API. |
67
+ | create_iteration | Creates a new iteration with the specified details and returns the server's response as a dictionary. |
68
+ | disable_iterations | Disables iterations by making a PUT request to the iterations API endpoint. |
69
+ | enable_iterations | Enable iterations for the API service. |
70
+ | get_iteration | Retrieves iteration details using the specified public ID. |
71
+ | update_iteration | Updates an existing iteration with the provided attributes. |
72
+ | delete_iteration | Deletes a specific iteration identified by its public ID. |
73
+ | list_iteration_stories | Retrieves a list of stories for a specified iteration, optionally including their descriptions. |
74
+ | get_key_result | Retrieves detailed information for a specific key result using its public identifier. |
75
+ | update_key_result | Updates a key result with the provided details. |
76
+ | list_labels | Fetches a list of labels from the API. |
77
+ | create_label | Creates a new label with the specified attributes. |
78
+ | get_label | Retrieves a label's details from the API using its public identifier. |
79
+ | update_label | Updates a label with the specified information. |
80
+ | delete_label | Deletes a label identified by its public ID via an HTTP DELETE request. |
81
+ | list_label_epics | Retrieves a list of epics associated with a specific label. |
82
+ | list_label_stories | Retrieves a list of stories associated with a specific label. |
83
+ | list_linked_files | Retrieve a list of all linked files. |
84
+ | create_linked_file | Creates a linked file with the specified attributes. |
85
+ | get_linked_file | Fetches details for a linked file by its public identifier. |
86
+ | update_linked_file | Updates a linked file with the specified parameters. |
87
+ | delete_linked_file | Deletes a linked file by its public ID using the API. |
88
+ | get_current_member_info | Retrieves information about the current authenticated member. |
89
+ | list_milestones | Lists milestones by fetching them from a specified API endpoint. |
90
+ | create_milestone | Creates a new milestone with the specified parameters. |
91
+ | get_milestone | Retrieves a milestone resource by its public identifier. |
92
+ | update_milestone | Updates the properties of an existing milestone with the given parameters. |
93
+ | delete_milestone | Deletes a milestone by its public ID. |
94
+ | list_milestone_epics | Retrieves a list of epics associated with a specified milestone. |
95
+ | list_objectives | Retrieves a list of all objectives from the API endpoint. |
96
+ | create_objective | Creates a new objective resource with the specified attributes and returns the created objective's data. |
97
+ | get_objective | Retrieves an objective by its public ID from the API. |
98
+ | update_objective | Updates an objective by its public ID with new values for fields such as description, archived status, completion and start timestamps, name, state, categories, and relative ordering. |
99
+ | delete_objective | Deletes an objective by its public ID using an HTTP DELETE request. |
100
+ | list_objective_epics | Retrieves a list of epics associated with a specific objective. |
101
+ | list_projects | Retrieves and lists all available projects from the API. |
102
+ | create_project | Creates a new project with the specified parameters. |
103
+ | get_project | Retrieves project information by its public ID. |
104
+ | update_project | Updates a project with the provided parameters. |
105
+ | delete_project | Deletes a project using its public ID. |
106
+ | list_stories | Retrieves a list of stories for a specific project, with optional inclusion of story descriptions. |
107
+ | list_repositories | Lists all repositories from the API. |
108
+ | get_repository | Retrieves detailed information about a repository by its public ID. |
109
+ | search | Performs a search operation based on the provided query string and optional parameters like page size and entity types. |
110
+ | search_epics | Searches for epics based on the provided query parameters. |
111
+ | search_iterations | Searches for iterations based on a query and additional parameters. |
112
+ | search_milestones | Searches for milestones matching the provided query and returns the results as a dictionary. |
113
+ | search_objectives | Searches for objectives based on the specified query and returns the search results. |
114
+ | search_stories | Searches for stories matching the given query and optional filters, returning paginated results from the stories API. |
115
+ | create_story | Creates a new story with the specified attributes and returns the created story's data. |
116
+ | update_multiple_stories | Updates multiple stories in bulk with various fields and configuration changes. |
117
+ | create_multiple_stories | Creates multiple stories in bulk using the API. |
118
+ | create_story_from_template | Creates a new story from an existing story template. |
119
+ | search_stories_old | Searches for stories based on various filter criteria. |
120
+ | get_story | Retrieves a story from the API based on its public ID |
121
+ | update_story | Updates a story in the project management system with the specified attributes. |
122
+ | delete_story | Deletes a story using its public ID. |
123
+ | list_story_comment | Retrieves a list of comments for a specific story. |
124
+ | create_story_comment | Creates a new comment on a story by sending a POST request with the comment details to the specified API endpoint. |
125
+ | get_story_comment | Retrieves a specific comment from a story using the API. |
126
+ | update_story_comment | Updates a story comment with new text based on the provided story and comment public IDs. |
127
+ | delete_story_comment | Deletes a specific comment from a story using the provided story and comment public IDs. |
128
+ | create_story_reaction | Creates a reaction with an emoji to a comment on a story. |
129
+ | unlink_comment_thread_from_slack | Unlinks a comment thread from Slack for a specific story. |
130
+ | story_history | Retrieves the full change history for a specified story by its public ID. |
131
+ | create_task | Creates a task within a specified story. |
132
+ | get_task | Gets task details for a specific task within a story. |
133
+ | update_task | Updates the specified task within a story, modifying fields such as description, owners, completion status, and position. |
134
+ | delete_task | Deletes a task associated with a story based on their respective public IDs. |
135
+ | create_story_link | Creates a story link between a subject and an object with the specified verb by sending a POST request to the story-links API endpoint. |
136
+ | get_story_link | Retrieves a specific story link by its public ID. |
137
+ | update_story_link | Updates an existing story link with new attributes. |
138
+ | delete_story_link | Deletes a story link by its public ID. |
139
+ | list_workflows | Retrieves a list of available workflows from the API. |
140
+ | get_workflow | Retrieves detailed information about a workflow given its public ID. |
141
+
142
+
143
+
144
+ ## Usage
145
+
146
+ - Login to AgentR
147
+ - Follow the quickstart guide to setup MCP Server for your client
148
+ - Visit Apps Store and enable the Shortcut app
149
+ - Restart the MCP Server
150
+
151
+ ### Local Development
152
+
153
+ - Follow the README to test with the local MCP Server
File without changes