@fhirfly-io/mcp-server 0.2.0 → 0.2.1
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.
- package/CHANGELOG.md +2 -2
- package/README.md +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -34,5 +34,5 @@ All notable changes to this project will be documented in this file.
|
|
|
34
34
|
- Claude Desktop integration via stdio transport
|
|
35
35
|
- Debug mode via `FHIRFLY_DEBUG` environment variable
|
|
36
36
|
|
|
37
|
-
[0.2.0]: https://
|
|
38
|
-
[0.1.7]: https://
|
|
37
|
+
[0.2.0]: https://gitlab.com/fhirfly-io/fhirfly-mcp-server/-/compare/v0.1.7...v0.2.0
|
|
38
|
+
[0.1.7]: https://gitlab.com/fhirfly-io/fhirfly-mcp-server/-/releases/v0.1.7
|
package/README.md
CHANGED
|
@@ -182,7 +182,7 @@ Your API key is sent to FHIRfly over HTTPS. No healthcare data is stored locally
|
|
|
182
182
|
- [FHIRfly Documentation](https://fhirfly.io/docs)
|
|
183
183
|
- [MCP Setup Guide](https://fhirfly.io/docs/mcp/claude-desktop)
|
|
184
184
|
- [Get an API Key](https://fhirfly.io)
|
|
185
|
-
- [Report Issues](https://
|
|
185
|
+
- [Report Issues](https://gitlab.com/fhirfly-io/fhirfly-mcp-server/-/issues)
|
|
186
186
|
|
|
187
187
|
## Data Sources & Licensing
|
|
188
188
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fhirfly-io/mcp-server",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "FHIRfly MCP server for Claude Desktop - Healthcare reference data via Model Context Protocol",
|
|
5
5
|
"author": "FHIRfly.io LLC <admin@fhirfly.io>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
"homepage": "https://fhirfly.io/docs/mcp",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "git+https://
|
|
11
|
+
"url": "git+https://gitlab.com/fhirfly-io/fhirfly-mcp-server.git"
|
|
12
12
|
},
|
|
13
13
|
"bugs": {
|
|
14
|
-
"url": "https://
|
|
14
|
+
"url": "https://gitlab.com/fhirfly-io/fhirfly-mcp-server/-/issues"
|
|
15
15
|
},
|
|
16
16
|
"keywords": [
|
|
17
17
|
"fhirfly",
|