Skip to content

Commit b70500a

Browse files
committed
Release tinystruct-mcp 1.0.0.
1 parent 0970392 commit b70500a

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

filesystem/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<parent>
77
<groupId>org.tinystruct</groupId>
88
<artifactId>tinystruct-mcp</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1010
</parent>
1111
<packaging>jar</packaging>
12-
<artifactId>filesystem</artifactId>
12+
<artifactId>tinystruct-mcp-filesystem</artifactId>
1313
<properties>
1414
<maven.compiler.source>17</maven.compiler.source>
1515
<maven.compiler.target>17</maven.compiler.target>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
default.file.encoding=UTF-8
2+
default.date.format=yyyy-MM-dd HH:mm:ss
3+
default.import.applications=org.tinystruct.mcp.FileSystem
4+
#default.apps.package=custom.application
5+
#default.session.repository=org.tinystruct.http.MemorySession

github/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<parent>
55
<groupId>org.tinystruct</groupId>
66
<artifactId>tinystruct-mcp</artifactId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
88
</parent>
99
<packaging>jar</packaging>
10-
<artifactId>github</artifactId>
10+
<artifactId>tinystruct-mcp-github</artifactId>
1111
<dependencies>
1212
<dependency>
1313
<groupId>org.eclipse.jgit</groupId>

github/src/main/java/org/tinystruct/mcp/GitHub.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ public GitHubTool(MCPClient client) {
9696
super("github", "Tool for performing Git and GitHub operations", null, client, true);
9797
}
9898

99-
100-
10199
/**
102100
* Clones a Git repository.
103101
* @param repository The repository URL
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
default.file.encoding=UTF-8
2+
default.date.format=yyyy-MM-dd HH:mm:ss
3+
#default.import.applications=org.tinystruct.mcp.GitHub
4+
#default.apps.package=custom.application
5+
#default.session.repository=org.tinystruct.http.MemorySession

0 commit comments

Comments
 (0)