Commit Graph

254 Commits

Author SHA1 Message Date
Jerad Bitner
97d3a04b52 Merge branch 'main' into feat__github-issue-tools 2024-11-30 07:29:12 -08:00
YeongJun
d5bae8759f follows redirects on checking robots.txt 2024-11-30 23:31:30 +09:00
YeongJun
168522f34d ensure url is string type in robot_parser.can_fetch() 2024-11-30 23:10:12 +09:00
David Soria Parra
2578d6f668 python servers 0.6.1 2024-11-29 18:00:23 +00:00
David Soria Parra
f86486984c python servers 0.6.0 2024-11-29 17:54:40 +00:00
Jack Adamson
bee382cec5 make changes requested in PR 2024-11-29 15:45:10 +00:00
Jack Adamson
a9e37d25c6 switch pydantic type annotations to satisfy pyright 2024-11-29 15:22:46 +00:00
Jack Adamson
e0234c7212 Merge pull request #130 from modelcontextprotocol/jadamson/fetch-use-readabilityjs
feat(fetch): add fetching of raw text, pagination and keeping links in the markdown
2024-11-29 15:09:54 +00:00
Jack Adamson
ea42a21078 add doc strings for readabilty and constrain types 2024-11-29 14:54:06 +00:00
Jack Adamson
c820086b35 update README to reflect new capabilities 2024-11-29 14:45:57 +00:00
Jack Adamson
5552af104c format with black 2024-11-29 13:37:35 +00:00
Jack Adamson
b6710dae1a add argument to fetch raw html 2024-11-29 13:16:09 +00:00
Jack Adamson
e8dcd29427 add pagination of fetches so models can avoid reading a full page if it's got the information it needs 2024-11-29 13:04:16 +00:00
Jack Adamson
960321f136 improve error message to model on fetch failure 2024-11-29 12:23:18 +00:00
Jack Adamson
37622d3872 add handling of non-html pages 2024-11-29 11:51:41 +00:00
David Soria Parra
bccd33f7a1 fix time server 2024-11-29 11:29:23 +00:00
David Soria Parra
4b9bddc1be Merge pull request #114 from anjor/anjor/fix-zed-config
fix zed config
2024-11-29 10:11:15 +00:00
anjor
39d6a3bc6b fix zed config 2024-11-28 22:01:38 +00:00
Jerad Bitner
08015830a6 feat: add issue management functionalities for github
- Implemented `listIssues`, `updateIssue`, and `addIssueComment` functions to manage GitHub issues.
- Introduced corresponding schemas: `ListIssuesOptionsSchema`, `UpdateIssueOptionsSchema`, and `IssueCommentSchema`.
- Updated server request handlers to support new functionalities.
- Enhanced README with documentation for new features.
2024-11-28 13:59:37 -08:00
Mariusz Korzekwa
d37ce3cc51 Fix uv lock for time-server, update Readme 2024-11-28 22:18:40 +01:00
Mariusz Korzekwa
774cd0bd8e Add time server tests 2024-11-28 22:12:09 +01:00
Mariusz Korzekwa
740b744ea8 Clean time server implementation 2024-11-28 22:12:09 +01:00
Mariusz Korzekwa
122ca1aaa5 Update pyproject of time server, remove time server temporary files 2024-11-28 22:12:09 +01:00
Mariusz Korzekwa
b7ca691573 Add initial time server 2024-11-28 22:12:09 +01:00
Jack Adamson
467330de6e update fetch server to use readability JS if node is installed 2024-11-28 18:44:33 +00:00
Raduan77
c6a2597fca bump docs 2024-11-28 09:54:14 +01:00
Raduan77
4ac78a996c code for search in github 2024-11-28 09:51:03 +01:00
Ikko Eltociear Ashimine
b16a541c2e chore: update server.py
minor fix
2024-11-28 14:35:52 +09:00
David Soria Parra
e8a26bbf53 lint clean 2024-11-27 22:42:47 +00:00
Skirano
9d88abff0d Everart and thinking server 2024-11-27 16:03:04 -05:00
Sean Lynch
75e6fa1481 Remove docs on Anthropic summary feature no longer present 2024-11-27 09:30:02 -08:00
ExecuteAutomation
238587042d Added Hover and Select Capabliity 2024-11-27 14:13:08 +13:00
Taylor McCaslin
cfdf46fa2f update versions to match 2024-11-26 19:55:28 +00:00
Taylor McCaslin
ffe49237b9 initial gitlab version 2024-11-26 19:55:28 +00:00
David Soria Parra
3bc45b5c6c Remove slack_search_messages from README
`slack_search_messages` was removed but still remains in the README.
We need to correct this.

Fixes #61.
2024-11-26 19:39:47 +00:00
Justin Spahr-Summers
9100b20df5 Merge pull request #47 from executeautomation/main
Updated Puppeteer readme
2024-11-26 08:28:57 -06:00
Rahim Nathwani
a54651477c Fix missing mcpServers keys in README code examples 2024-11-25 20:04:06 -08:00
Karthik Kreen Krishnan
ce0b743873 removed argument 2024-11-26 16:52:07 +13:00
Karthik Kreen Krishnan
aba99119dd Updated Puppeteer readme 2024-11-26 14:55:00 +13:00
Mahesh Murag
d824121221 Merge pull request #36 from rorylogue/patch-1
fix: wording in prompt
2024-11-25 23:28:55 +01:00
Vladislav Polyakov
f5be3b785c refactor: clean up code formatting and update package version to 0.5.2 2024-11-25 23:59:13 +03:00
Rory Logue
49bc91aa31 fix: some wording 2024-11-25 20:23:04 +00:00
Jack Adamson
b4c727c86f Merge pull request #29 from modelcontextprotocol/jadamson/fetch-url
Fetch URL Server
2024-11-25 20:06:17 +00:00
Jack Adamson
15c9c6f4b1 remove redundant gitignore 2024-11-25 20:05:10 +00:00
Jack Adamson
caed64d5db update dependencies 2024-11-25 20:04:59 +00:00
Justin Spahr-Summers
c9fd80016e And another one 2024-11-25 13:46:10 -06:00
Justin Spahr-Summers
dcc0b3b0d4 Add a couple of missing @types/nodes 2024-11-25 13:44:31 -06:00
Jack Adamson
fe9777401f update README to document commandline arguments 2024-11-25 19:38:23 +00:00
Justin Spahr-Summers
83082ca265 Add missing dependencies 2024-11-25 13:37:24 -06:00
Justin Spahr-Summers
b876cbd52b Pre-emptive version bump 2024-11-25 13:35:36 -06:00