taias 0.9.0 → 0.9.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/LICENSE +1 -1
- package/README.md +3 -3
- package/package.json +3 -3
package/LICENSE
CHANGED
|
@@ -186,7 +186,7 @@ Apache License
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright 2025 Taias (github.com/taias-
|
|
189
|
+
Copyright 2025 Taias (github.com/taias-xyz)
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
|
|
3
3
|
<picture>
|
|
4
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/taias-
|
|
5
|
-
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/taias-
|
|
6
|
-
<img width="300" alt="Taias logo" src="https://raw.githubusercontent.com/taias-
|
|
4
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/taias-xyz/taias/main/static/taias_dark.png">
|
|
5
|
+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/taias-xyz/taias/main/static/taias_light.png">
|
|
6
|
+
<img width="300" alt="Taias logo" src="https://raw.githubusercontent.com/taias-xyz/taias/main/static/taias_light.png">
|
|
7
7
|
</picture>
|
|
8
8
|
|
|
9
9
|
<br/>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "taias",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Taias - Give your MCP server an opinion, guide your users to achieve outcomes",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
"homepage": "https://taias.xyz",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "git+https://github.com/taias-
|
|
11
|
+
"url": "git+https://github.com/taias-xyz/taias.git"
|
|
12
12
|
},
|
|
13
13
|
"bugs": {
|
|
14
|
-
"url": "https://github.com/taias-
|
|
14
|
+
"url": "https://github.com/taias-xyz/taias/issues"
|
|
15
15
|
},
|
|
16
16
|
"keywords": [
|
|
17
17
|
"mcp",
|