Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/cli/templates/python/echo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ This is a minimal Microsoft Teams echo bot template using [microsoft-teams](http

- `src/main.py`: Main application code for the Teams bot.
- `pyproject.toml`: Project dependencies and metadata.
- `apppackage/`: Teams app manifest and related files.

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/templates/python/echo/pyproject.toml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"
requires-python = ">=3.12"

dependencies = [
"dotenv>=0.9.9",
"python-dotenv>=1.0.0",
"microsoft-teams-apps"
]

Expand Down
1 change: 0 additions & 1 deletion packages/cli/templates/python/graph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ This is a minimal Microsoft Teams graph bot template using [microsoft-teams](htt

- `src/main.py`: Main application code for the Teams bot.
- `pyproject.toml`: Project dependencies and metadata.
- `apppackage/`: Teams app manifest and related files.

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/templates/python/graph/pyproject.toml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires-python = ">=3.12"
dependencies = [
"microsoft-teams-apps",
"microsoft-teams-graph",
"dotenv"
"python-dotenv>=1.0.0"
]
Comment on lines 8 to 11

[dependency-groups]
Expand Down
1 change: 1 addition & 0 deletions packages/cli/templates/python/graph/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ async def handle_profile_command(ctx: ActivityContext[MessageActivity]):

graph = ctx.user_graph
# Fetch user profile
me = None
if graph:
me = await graph.me.get()

Expand Down
30 changes: 0 additions & 30 deletions packages/cli/templates/typescript/ai/AGENTS.md

This file was deleted.

31 changes: 0 additions & 31 deletions packages/cli/templates/typescript/ai/package.json.hbs

This file was deleted.

25 changes: 0 additions & 25 deletions packages/cli/templates/typescript/ai/src/index.ts

This file was deleted.

23 changes: 0 additions & 23 deletions packages/cli/templates/typescript/ai/tsconfig.json

This file was deleted.

13 changes: 0 additions & 13 deletions packages/cli/templates/typescript/ai/tsup.config.js

This file was deleted.

1 change: 1 addition & 0 deletions packages/cli/templates/typescript/graph/package.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"dev": "tsx watch -r dotenv/config src/index.ts"
},
"dependencies": {
"@microsoft/teams.api": "latest",
"@microsoft/teams.apps": "latest",
"@microsoft/teams.cards": "latest",
"@microsoft/teams.graph-endpoints": "latest"
Expand Down
35 changes: 0 additions & 35 deletions packages/cli/templates/typescript/mcp/package.json.hbs

This file was deleted.

30 changes: 0 additions & 30 deletions packages/cli/templates/typescript/mcp/src/index.ts.hbs

This file was deleted.

23 changes: 0 additions & 23 deletions packages/cli/templates/typescript/mcp/tsconfig.json

This file was deleted.

13 changes: 0 additions & 13 deletions packages/cli/templates/typescript/mcp/tsup.config.js

This file was deleted.

32 changes: 0 additions & 32 deletions packages/cli/templates/typescript/mcpclient/package.json.hbs

This file was deleted.

53 changes: 0 additions & 53 deletions packages/cli/templates/typescript/mcpclient/src/index.ts.hbs

This file was deleted.

23 changes: 0 additions & 23 deletions packages/cli/templates/typescript/mcpclient/tsconfig.json

This file was deleted.

Loading
Loading