We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1026a97 commit a57312eCopy full SHA for a57312e
.github/workflows/main.yml
@@ -8,6 +8,9 @@ on:
8
pull_request:
9
branches: [master]
10
11
+permissions:
12
+ contents: write
13
+
14
jobs:
15
release-build:
16
if: github.event_name != 'pull_request'
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "mcp-server-iris"
3
-version = "0.1.2"
+version = "0.1.3"
4
description = "A Model Context Protocol server for InterSystems IRIS."
5
readme = "README.md"
6
requires-python = ">=3.10"
0 commit comments