mcp-aws-level-checker 0.1.0__tar.gz → 0.1.1__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mcp-aws-level-checker
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: AWS技術ブログのレベルを分析するMCPサーバー
5
5
  Project-URL: Homepage, https://github.com/yourusername/mcp-aws-level-checker
6
6
  Project-URL: Bug Tracker, https://github.com/yourusername/mcp-aws-level-checker/issues
@@ -40,7 +40,7 @@ AWS技術ブログの内容を分析し、レベルを判定するMCPサーバ
40
40
 
41
41
  大好評のうちにサービス終了となった [#AWSレベル判定くん](https://github.com/minorun365/aws-level-checker) の魂を継いでいます。
42
42
 
43
- ![利用イメージ](https://github.com/user-attachments/assets/3fe16c5a-85ee-4eb7-a4cb-23ab202b1a7c)
43
+ ![Claude Desktopでの利用例](https://github.com/user-attachments/assets/ed5ae9a1-2e2a-46b3-976c-dec6255c07eb)
44
44
 
45
45
  ## 概要
46
46
 
@@ -155,40 +155,3 @@ VS Code の設定ファイルに以下を追加してください。`Ctrl + Shif
155
155
  ## ヒント
156
156
 
157
157
  [Fetch](https://github.com/modelcontextprotocol/servers/tree/main/src/fetch)と組み合わせて使うと便利です。
158
-
159
- ## 開発
160
-
161
- ### ローカルでの実行
162
-
163
- このリポジトリをクローンして開発する場合:
164
-
165
- ```bash
166
- # このリポジトリのクローン
167
- git clone https://github.com/yourusername/mcp-aws-level-checker
168
- cd mcp-aws-level-checker
169
-
170
- # 仮想環境の作成と有効化
171
- python -m venv .venv
172
- source .venv/bin/activate # Windows: .venv\Scripts\activate
173
-
174
- # 開発モードでインストール
175
- pip install -e .
176
- ```
177
-
178
- ### パッケージのビルド
179
-
180
- ```bash
181
- pip install build
182
- python -m build
183
- ```
184
-
185
- ### PyPI への公開
186
-
187
- ```bash
188
- pip install twine
189
- python -m twine upload dist/*
190
- ```
191
-
192
- ## ライセンス
193
-
194
- MIT ライセンスで公開されています。詳しくはLICENSEファイルをご覧ください。
@@ -4,7 +4,7 @@ AWS技術ブログの内容を分析し、レベルを判定するMCPサーバ
4
4
 
5
5
  大好評のうちにサービス終了となった [#AWSレベル判定くん](https://github.com/minorun365/aws-level-checker) の魂を継いでいます。
6
6
 
7
- ![利用イメージ](https://github.com/user-attachments/assets/3fe16c5a-85ee-4eb7-a4cb-23ab202b1a7c)
7
+ ![Claude Desktopでの利用例](https://github.com/user-attachments/assets/ed5ae9a1-2e2a-46b3-976c-dec6255c07eb)
8
8
 
9
9
  ## 概要
10
10
 
@@ -119,40 +119,3 @@ VS Code の設定ファイルに以下を追加してください。`Ctrl + Shif
119
119
  ## ヒント
120
120
 
121
121
  [Fetch](https://github.com/modelcontextprotocol/servers/tree/main/src/fetch)と組み合わせて使うと便利です。
122
-
123
- ## 開発
124
-
125
- ### ローカルでの実行
126
-
127
- このリポジトリをクローンして開発する場合:
128
-
129
- ```bash
130
- # このリポジトリのクローン
131
- git clone https://github.com/yourusername/mcp-aws-level-checker
132
- cd mcp-aws-level-checker
133
-
134
- # 仮想環境の作成と有効化
135
- python -m venv .venv
136
- source .venv/bin/activate # Windows: .venv\Scripts\activate
137
-
138
- # 開発モードでインストール
139
- pip install -e .
140
- ```
141
-
142
- ### パッケージのビルド
143
-
144
- ```bash
145
- pip install build
146
- python -m build
147
- ```
148
-
149
- ### PyPI への公開
150
-
151
- ```bash
152
- pip install twine
153
- python -m twine upload dist/*
154
- ```
155
-
156
- ## ライセンス
157
-
158
- MIT ライセンスで公開されています。詳しくはLICENSEファイルをご覧ください。
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "mcp-aws-level-checker"
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  description = "AWS技術ブログのレベルを分析するMCPサーバー"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -5,4 +5,4 @@ AWS Level Checker
5
5
  AWSの技術ブログのレベルを分析するMCPサーバー
6
6
  """
7
7
 
8
- __version__ = "0.1.0"
8
+ __version__ = "0.1.1"